home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4203 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  894 b 

  1. Path: news.telepac.pt!usenet
  2. From: jcarlosr@mail.telepac.pt (J.Carlos)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: How to create Win Icon under DOS program?
  5. Date: Sun, 28 Jan 1996 21:56:03 GMT
  6. Organization: telepac
  7. Message-ID: <4egv0q$cpj@vivaldi.telepac.pt>
  8. References: <4efhjb$g8r@calitan.msuiit.edu.ph>
  9. NNTP-Posting-Host: alv1_p9.telepac.pt
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. fwang@calitan.msuiit.edu.ph (Frank Wang) wrote:
  13.  
  14. >Hi,
  15.  
  16. >   I'd like to know how to create a Windows icon from a DOS program?
  17. >Could anybody give me some hints/steps in doing this, for Win 3.1 
  18.  
  19. In Win 3.1 the icons in the desktop are stored in GRP files, the
  20. PROGMAN.INI file tell's windows wich GRP's to load.
  21. So you can make a GRP file with the icon that you want, and then
  22. change PROGMAN.INI to load your GRP.
  23. You can find information on creating GRP files in the SDK
  24. documentation.
  25. Hope this helps, J.Carlos
  26.  
  27.  
  28.  
  29.  
  30.